@charset "utf-8";
/* CSS Document */
body{
	margin:0 0;
	padding:0 0;
}
a,a:hover{
	text-decoration:none;
}
.clearfix{clear:both;}
.khang{
	padding:20px 10px;
}
.max1440{
	max-width:1440px;
	min-width:1440px;
	margin:0 auto;
}
.max1200{
	max-width:1200px;
	margin:0 auto;	
}

.top .logo{
	float:left;
	width:30%;
}
.top .logo img{
	display:inline;
}


.menu ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
}
.menu{
	width:70%;
	float:left;
	left:0;
	right:0;
	margin:auto;
	height:150px;

}

.menu > ul{	
	margin:0 0;
	padding:0 0;
	width:960px;
}
.menu > ul > li{
	width:14.2%;
	z-index:9999;
	float:left;
	line-height:150px;
	text-align:center;
	position:relative;
	
}
.menu  > ul > li a{
	font-size:20px;
	display:block;
	width:100%;
	height:150px;	
	overflow:hidden;
}

.menu  >  ul > li span{
	color:#000;
	width:100%;
	height:150px;	
	display:block;
}
.menu li .omenu span.m_hover{
	margin-top:-150px;
	color:#fff;
	background-color:#1569BF;
	
	-webkit-transition:  margin-top 0.3s;
	-moz-transition:  margin-top 0.3s;
	-o-transition:  margin-top 0.3s;
 	transition: margin-top 0.3s;
	
}
.menu li:hover .omenu span.m_hover{
	margin-top:0;
	
	-webkit-transition:  margin-top 0.3s;
	-moz-transition:  margin-top 0.3s;
	-o-transition:  margin-top 0.3s;
 	transition: margin-top 0.3s;
}

.menu li > ul{
	margin:0 0;
	padding:0 0;
	width:136.32px;
	background-color:#fff;
	z-index:9999;
	position:absolute;
}
.menu li li{
	float:none;
	width:100%;
	line-height:68px;
	text-align:center;
	display:none;
}
.menu li:hover li{
	display:block;
}
.menu li li a{
	font-size:18px;
	display:block;
	width:100%;
	height:68px;	
	overflow:hidden;
	white-space:nowrap;
}
.menu li li span{
	color:#000;
	width:100%;

	text-align:center;
	height:68px;
	display:inline-block;
	margin-left:0;
}
.menu li li span.m_hover{
	width:100%;
	margin-left:-100%;
	color:#fff;
	background-color:#1569BF;
	
	-webkit-transition:  margin-left 0.3s;
	-moz-transition:  margin-left 0.3s;
	-o-transition:  margin-left 0.3s;
 	transition: margin-left 0.3s;
	
}
.menu li li:hover span.m_hover{
	margin-left:0;
	
	-webkit-transition:  margin-left 0.3s;
	-moz-transition:  margin-left 0.3s;
	-o-transition:  margin-left 0.3s;
 	transition: margin-left 0.3s;
}


.index-lm {
	padding-top:66px;
}
.index-lm .en{
	text-align:center;
	font-size:24px;
	color:#1469BF;
	text-transform:uppercase;
}
.index-lm .cn{
	text-align:center;
	height:127px;
	background-image:url(../images/lm-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:65px;
	color:#1469BF;
}


.gywm{
	min-width:1440px;
}
.gywm .index-lm .en{
	text-align:center;
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
}
.gywm .index-lm .cn{
	background-image:url(../images/lm-bgbs.png);
	color:#fff;
}

.fwxm ul{
	list-style:none;
	margin:0 0;
	padding:0 0;
}

.fwxm ul li{
	margin:0 0;
	padding:0 0;
	text-align:center;
	float:left;
	width:20%;
  	box-sizing: border-box;
	padding-bottom:40px;
	cursor:pointer;	
}
.fwxm ul li a{
	color:#000;
}
.fwxm ul li div:first-child{
	border-right:1px  solid;

	border-image: -webkit-linear-gradient(#fff , #ccc , #fff)1 10 1; /* 控制边框颜色渐变 */
	border-image: -moz-linear-gradient(#fff , #ccc , #fff)1 10 1;
	border-image: linear-gradient(#fff , #ccc , #fff)1 10 1; /* 标准的必须写在最后 */
}
.fwxm ul li div.border-no{
	border:0px;
}
.fwxm ul li img{
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.fwxm ul li:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}
.fwxm ul li div:last-child{
	font-size:30px;
	letter-spacing:2px;
	margin-top:20px;
}

.fwxm ul li:hover,.fwxm ul li.current{
	background-image:url(../images/fwxm-bt.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.fwxm ul li:hover,.fwxm ul li.current{
	background-image:url(../images/fwxm-bt.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.fwxm-content .left{
	float:left;
	width:45%;
}
.fwxm-content .right{
	float:right;
	width:50%;
}
.fwxm-content .right img{
	border-radius:10px;
}
.fwxm-content{
	background-color:#F8F9F9;
	brder-top:1px solid #D5D2D2;
	border-bottom:1px solid #D5D2D2;
}
.fwxm-content .btn{
	background-color:#0D284D;
	width:270px;
	background-image:url(../images/fwxm-jt.png);
	background-position:center left;
	background-repeat:no-repeat;
	line-height:68px;
	text-align:center;
	color:#fff;
	font-size:24px;
	letter-spacing:2px;
	border-radius:10px;
	margin-left:60px;
	cursor:pointer;
}
.fwxm-content .btn a{
	color:#fff;
}
.fwxm-content .btn:hover{
	background-color:#2C4567;
}
.fwxm-content .left>div:first-child{

	font-size:48px;
	margin-left:60px;
}
.fwxm-content .left>div:nth-child(2){
	font-size:24px;
	text-indent:2em;
	line-height:58px;
	margin-top:30px;
	margin-bottom:30px;
}
.fwxm-content .fwxm-zl{
	padding-top:120px;
	padding-bottom:120px;
}

.fwxm-content{
	height:718px;
	overflow:hidden;
}

.dianshang{
	margin-top:120px;
	padding-bottom:120px;
}
.dianshang ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
}
.dianshang li{
	width:18.4%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	cursor:pointer;
}
.dianshang li a{
	color:#000;
}
.dianshang li:first-child{
	margin-left:0;
}
.dianshang li:last-child{
	margin-right:0;
}
.dianshang li > div:first-child{
	background-color:#F6F6F6;
	height:290px;
	text-align:center;
}
.dianshang li > div:first-child img{
	margin-top:70px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.dianshang li:hover > div:first-child img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}

.dianshang li > div:nth-child(2) {
	font-size:24px;
	text-align:center;
	font-weight:bold;
	line-height:88px;
}
.dianshang li > div:nth-child(2) img{
	vertical-align:middle;
}

.dianshang li > div:last-child {
	font-size:18px;
	line-height:32px;
	color:#95929E;
	padding:0 10px;
	font-family:"微软雅黑";
}

.gywm{
	background-image:url(../images/gywm-bg.jpg);
	height:1500px;
	max-width:1920px;
	margin:0 auto;
}

.gywm-content{
	padding-top:100px;
}
.gywm-content div .left{
	float:left;
	color:#fff;

}
.gywm-content div .left:first-child{
	font-size:54px;
	border-right:1px solid #fff;
	padding-right:40px;
	margin-right:20px;
}
.gywm-content div .left:last-child{
	font-size:24px;
	line-height:38px;
}
.gywm-content  .lrgsjj{
	font-size:22px;
	color:#fff;
	line-height:42px;
	text-indent:2em;
	padding-top:40px;
}

.gywm-content ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
	margin-top:50px;
}
.gywm-content li{

  cursor:pointer;
}


.gywm-content .hxzs li{
	float:left;
}
.gywm-content .hxzs li:nth-child(2){
	margin-left:51px;
	margin-right:51px;
}
.gywm-content .sxzs li{
	float:left;
	margin-right:18px;
}
.gywm-content .sxzs li:last-child{
	margin-right:0px;
}

.anli{
	padding-top:60px;
}
.anli .anlicontent{
	height:1342px;
	overflow:hidden;
	margin-top:50px;
}
.anli .anli-nav{
	width:1000px;
	margin:0 auto;
}
.anli ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
	padding-bottom:60px;
}
.anli .anli-nav li{
	margin-right:2%;
}
.anli .anli-nav li:last-child{
	margin-right:0;
}
.anli .anli-nav li{
	float:left;
	width:18.4%;
	border:1px solid #CCCCCC;
	text-align:center;
	box-sizing:border-box;
	font-size:24px;

	line-height:48px;
	border-radius:10px;
	cursor:pointer;
}
.anli .anli-nav li:hover,.anli .anli-nav li.current{

	background-color:#399DD6;
	border:1px solid #399DD6;
}
.anli .anli-nav li a{
	color:#696A6A;
}
.anli .anli-nav li:hover a,.anli .anli-nav li.current a{
	color:#fff;
}

.anli .anliitem ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
	padding-top:10px;
}
.anli .anliitem ul li{
	float:left;
	width:450px;
	height:671px;
	border-radius:5px;
	cursor:pointer;	

}
.anli .anliitem ul li img{
	width:450px;
	height:601px;
}

.anli .anliitem ul li div:first-child{
	height:601px;
	overflow:hidden;
	
      -webkit-box-shadow:0px 1px 10px #ccc;
      -moz-box-shadow:0px 1px 10px #ccc;
      box-shadow:0px 1px 10px #ccc;
}
.anli .anliitem ul li div:first-child:hover{
      -webkit-box-shadow:0px 1px 10px #999;
      -moz-box-shadow:0px 1px 10px #999;
      box-shadow:0px 1px 10px #999;
}
.anli .anliitem ul li div:last-child{
	text-align:center;
	font-size:24px;
	line-height:70px;
}

.anli .anliitem ul li{
	margin-left:15px;
	margin-right:15px;
}

.news{
	padding-top:60px;
}
.news .newscontent{
	height:518px;
	overflow:hidden;
	margin-top:50px;
}
.news .news-nav{
	width:400px;
	margin:0 auto;
}
.news ul{
	margin:0 0;
	padding:0 0;
	list-style:none;

}
.news .newsitem{
	height:518px;
	overflow:hidden;	

}
.news .news-nav li{
	margin-right:8%;
}
.news .news-nav li:last-child{
	margin-right:0;
}
.news .news-nav li{
	float:left;
	width:46%;
	border:1px solid #CCCCCC;
	text-align:center;
	box-sizing:border-box;
	font-size:24px;
	color:#696A6A;
	line-height:48px;
	border-radius:10px;
	cursor:pointer;
}
.news .news-nav li:hover,.news .news-nav li.current{
	color:#fff;
	background-color:#399DD6;
	border:1px solid #399DD6;
}

.news .newsitem ul{
	margin:0 0;
	padding:0 0;
	list-style:none;

	cursor:pointer;	
}
.news .newsitem ul li{
	float:left;
	width:50%;
	margin-top:10px;
}
.news .newsitem ul li>div:first-child{
	width:112px;
	height:112px;
	background-color:#399DD6;
	float:left;
}
.news .newsitem ul li>div:first-child span{
	display:block;
	color:#fff;
	text-align:center;
}
.news .newsitem ul li>div:first-child span:first-child{
	font-size:36px;
	padding-top:10px;
}
.news .newsitem ul li>div:first-child span:last-child{
	font-size:24px;
}
.news .newsitem ul li>div:last-child span{
	display:block;
	
}
.news .newsitem ul li>div:last-child{
	float:left;
	width:550px;
	height:112px;
	margin-left:20px;
	box-sizing:border-box;
}
.news .newsitem ul li>div:last-child span:first-child{
	font-size:24px;
	color:#000;
}
.news .newsitem ul li>div:last-child span:last-child{
	font-size:16px;
	line-height:28px;
	color:#999999;
}
.news .news-nav li a{
	color:#696A6A;
}
.news .news-nav li:hover a,.news .news-nav li.current a{
	color:#fff;
}

.headerbanner{
	width:100%;
	background-position:center;
	height:422px;
	min-height:422px;
}

.submenu{
	padding-bottom:5px;
	padding-top:20px;
	text-align:center;
	
      -webkit-box-shadow: 0 5px 10px -5px #ccc;
      -moz-box-shadow: 0 5px 10px -5px #ccc;
      box-shadow: 0 5px 10px -5px #ccc;

} 
.submenu ul{
	list-style:none;
}
.submenu ul li{
	display:inline-block;	
	margin-left:25px;
	margin-right:25px;
	padding-bottom:15px;
}
.submenu ul li:hover{
	background-image:url(../images/submenubg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.submenu ul li:active{
	background-image:url(../images/submenubg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.submenu ul li span{
	font-size:22px;
	color:#333333;
	letter-spacing:2px;
}
.submenu ul li:hover span{
	color:#FF0300;
}

.vweizhi{
	padding-top:20px;
	padding-left:10px;
}
.vweizhi,.vweizhi a{
	font-size:17px;
	text-decoration:none;
	color:#666666;
}
.trtitle{
	margin-top:50px;
	padding-bottom:20px;	
	font-size:26px;
	text-align:center;
}
.trtitle span{
	padding-bottom:10px;
	
	border-bottom:2px solid;
	border-image: -webkit-linear-gradient(left, #fff , #ccc , #fff)1 10 1; /* 控制边框颜色渐变 */
	border-image: -moz-linear-gradient(left, #fff , #ccc , #fff)1 10 1;
	border-image: linear-gradient(left, #fff , #ccc , #fff)1 10 1; /* 标准的必须写在最后 */
}
.trcontent{
	margin-bottom:50px;
	font-size:16px;
	line-height:38px;
	padding:10px 10px;
}


	.news{		
		width:100%;	
		padding:20px;
	}

	.news .newslist{
		margin:0 auto;	
		padding:20px 20px;
		position:relative;
		cursor:pointer;
		background-color:#F5F5F5;
	}
	.news .newslist .newsleft{
		width:30%;
		float:left;
	}
	.news .newslist .newsleft img{
		width:100%;
		height:250px;
	}		
	.news .newslist .newsright{
		width:70%;
		height:100%;
		float:right;
		padding-left:40px;
		padding-right:40px;
		box-sizing: border-box;
	}	
	.news .newslist .newstitle{
		font-size:24px;
	}
	.news .newslist .newsdesc{
		margin-top:30px;
		font-size:18px;
		font-family:"微软雅黑";
		line-height:38px;
	}
	.news .newslist .newsdate{
		font-size:18px;
		font-family:"微软雅黑";
		position:absolute;
		bottom:0;
		margin-bottom:20px;
		
	}

.allist ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
}
.allist li{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#EFEFEF;
	border-radius:10px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	cursor:pointer;
	line-height:38px;
	
}
.allist li:hover{
	background-color:#E7E7E7;
}
.allist li img{
	border-radius:10px;	
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}
.allist li a{
	color:#000;
	font-size:18px;
}

.selfScale{//容器
  cursor: pointer;
  width: 450px;
  overflow: hidden;
  position: relative;
  margin:0 auto;
	border-radius:10px;	
}
.allist li,.store li a{
	text-decoration:none;
	color:#333333;	
}
.allist li{
		width:470px;
}

.allist li img{
		width:450px;
		height:600px;
}




.foot{
	background-image:url(../images/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:800px;
	min-width:1440px;
}
.foot .foot-1{
	padding-top:310px;
}
.foot .foot-1 .yidu{
	float:left;
	width:300px;
}
.foot .foot-1 .footmenu{
	float:left;
	width:700px;
}
.foot .foot-1 .ewm{
	float:left;
	width:200px;
}

.foot .foot-1 .yidu div:first-child{
	font-size:20px;
	color:#fff;

	font-weight:bold;
	line-height:48px;
}
.foot .foot-1 .yidu div:last-child{
	font-size:14px;
	line-height:28px;
	color:#ADADAD;
}
.foot .foot-3{
	text-align:center;
	height:60px;
}
.foot .foot-3 a{
	font-size:18px;
	color:#fff;
}

.foot .footmenu ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
}
.foot .footmenu > ul > li{
	float:left;
	width:25%
}
.foot .footmenu li div:first-child{
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:38px;
}
.foot .footmenu li div:nth-child(2){
	color:#ADADAD;
	font-size:16px;
	text-align:center;

}
.foot .footmenu ul ul{
	margin-top:20px;
}
.foot .footmenu ul ul > li{
	color:#ADADAD;
	font-size:15px;
	text-align:center;
	line-height:28px;
}
.foot .footmenu ul ul > li a{
	color:#ADADAD;
}
.foot .ewm div:first-child{
	text-align:right;
	color:#ADADAD;
	font-size:14px;
	margin-right:4px;
}
.foot .ewm div:nth-child(2){
	font-size:30px;
	color:#EACF1D;
	text-align:center;
}
.foot .ewm div:nth-child(3){
	text-align:center;
}
.foot .ewm div:nth-child(3) img{
	width:140px;
	height:140px;
}
.foot .ewm div:nth-child(4){
	text-align:center;
	font-size:16px;
	line-height:38px;
	color:#fff;
}
.foot .foot-2{
	margin-top:40px;
	color:#CCCCCC;
	font-size:16px;
	text-align:center;
}
.foot .foot-2 a{
	color:#CCCCCC;
}
.foot .foot-2 img{
	vertical-align:middle;
	margin-left:20px;
}
.foot .foot-3{
	margin-top:20px;
}
.foot .foot-3 span:first-child{
	color:#FFE900;
	font-size:28px;
	font-weight:bold;
}
.foot .foot-3 span:nth-child(2){
	padding-left:10px;
	padding-right:10px;
}
.foot .foot-3 span:nth-child(3){
	color:#fff;
	font-size:28px;
	font-weight:bold;
}
.foot .foot-3 span:nth-child(4) img{

}
.foot .foot-3 span:nth-child(5) input{
	width:288px;
	height:40px;
	line-height:40px;
	font-size:20px;
	border-radius:10px;
	margin-left:10px;
}
.foot .foot-3 span:nth-child(6) input{
	width:150px;
	line-height:40px;
	font-size:20px;
	border-radius:10px;
	background-color:#F15824;
	color:#fff;
	margin-left:10px;
}
.foot .foot-3 span:nth-child(7){
	font-size:18px;
	color:#fff;
	padding-left:10px;
}

.met_pager{
	text-align:center;
	padding-top:20px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

 .lrpager{
	margin:0 auto;
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;
}	
 .lrpager ul{
 	margin:0 0;
	padding:0 0;
	list-style:none;
 }
 .lrpager ul a{
 	color:#333333;
 }
.danyepage li{
	border:1px solid #E7E7E7;
	line-height:38px;
	padding:2px 10px;
	font-size:16px;
	margin-bottom:40px;
}
.danyepage li.next{
	float:right;
	text-align:center;
}
.danyepage li.pre{
	float:left;
	text-align:center;
}